php forum
php mysql forum
php mysql smarty
 
Page 3 of 25 < 1 2 3 4 5 ... 24 25 >
Topic Options
#139103 - 04/18/01 11:06 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
drkknght Offline
Kahuna

Registered: 11/09/00
Posts: 1251
Loc: rob's pad -- where it takes sk...
qasic (or anyone using this hack, really) :

do you know of any good avatar "banks"? for example, the site displayed in the sample pics qasic posted at the beginning of this thread... there's hundreds of avatars there to play with smile any chance of "raiding" it, for use in my own collection? (or a similar location?) laugh
_________________________
professional discussion killer
due to intelligence limitations, i do not offer support.
my site ~ my boards

Top
#139104 - 04/19/01 12:34 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
eskimo Offline
Junior Member

Registered: 10/16/00
Posts: 10
eg.
A) user selected his avatar in the profile.
B) User edit his profile, drop down avatar list point to NONE. At, "Your Picture:" Field, it shows the full url of the avatar he have selected. He update the profile without changing anything (the pointer for avatar still point to NONE)
C) u will see error in the Avatar (it shows 2 url if u right click and propertise it)

is this "normal"?
not sure if u guys understand what i mean...

Top
#139105 - 04/19/01 01:41 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
I betcha you did not upload blank.gif to you avatar directory. It's required.

qasic
_________________________

Top
#139106 - 04/21/01 06:08 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
eskimo Offline
Junior Member

Registered: 10/16/00
Posts: 10
nevermind...Its my fault..hehe..didnt install the hack properly

<FONT COLOR="#000000" SIZE="1">[ April 21, 2001 06:31 AM: Message edited by: eskimo ]</font>

Top
#139107 - 04/21/01 12:11 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Dark Holy Offline
Junior Member

Registered: 04/19/01
Posts: 2
Loc: -
ok I screwed up somewhere...not sure where....thinking it's the cp.cgi but anyway. It says I don't have a high enough access or not permitted to view the avatar section of the cp......I tried two diff admin accounts and still says same thing....sooooo I need someone to tell me where to go to fix oooooor a "become god" hack lol.
_________________________
...

Top
#139108 - 04/21/01 06:36 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Compboy Offline
Member

Registered: 02/24/01
Posts: 66
Loc: The Nederlands
link dead?
_________________________
What Would UBB look like with out hacks?

Top
#139109 - 04/21/01 11:34 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
1) Link not dead.
2) Most likely cp.cgi was hacked incorrectly. Re-hack from backups.

qasic
_________________________

Top
#139110 - 04/22/01 08:36 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Clueless Offline
Junior Member

Registered: 02/13/01
Posts: 8
ok i seem to have the same prob as above
When i try to access the AVATAR settings through the CP i get "You Do Not HAve Permission" yet i do have access on everthing else on the CP..
I've checked and re-check the CP.CGI hack and it's done correctly ????

Top
#139111 - 04/22/01 01:02 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Yobe Offline
Junior Member

Registered: 04/21/01
Posts: 4
Having trouble with installation, I am running Ultimate Bulletin Board 6.0, Beta 7.9


in the Avatar hacck installation, it says to:

***************************
cp_common.pl (template)
***************************

FIND:

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_config&r=$ran> - Configuration Settings</option>");

ABOVE PUT:

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_avatar&r=$ran> - Avatar Settings</option>");

FIND (this occurs TWICE; do this hack TWICE):

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=prune&r=$ran> - Prune Posts</option>");

ABOVE PUT:

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=manage_avatar&r=$ran> - Manage Avatars</option>");


However, document.writeln is NOT found in this file? (found in /ubb/Templates/ ? what am I doing wrong. I have found every other peice upto this point

Top
#139112 - 04/22/01 04:39 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
obmob Offline
Junior Member

Registered: 04/20/01
Posts: 1
Well, maybe you already try this, but it was an error i found as i was installing the hack. I also had an error with avatar ditectory, because i didn´t place the "S" at the endo of acatar"s" directory.

Maybe there´s your problem. laugh

Top
#139113 - 04/22/01 07:15 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Yobe Offline
Junior Member

Registered: 04/21/01
Posts: 4
no, im having trouble finding the correct file to edit, As I cannot find in the requested file, the information said to addchangeremove

Top
#139114 - 04/22/01 11:39 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Yobe Offline
Junior Member

Registered: 04/21/01
Posts: 4
I spent some time with this, and I printed out the offending file, And this is what I found that seems to be the "best match"

tempMenu.addItem(new NavBarMenuItem("Configuration Settings", "$vars_config{CGIURL}/cp.cgi?ubb=vars_config&r=$ran"));

To me this appears to be a java menu entry, insted of the other form that avatar_hack_install_00007.txt file is trying to get me to do.

<FONT COLOR="#000000" SIZE="1">[ April 22, 2001 11:42 PM: Message edited by: Yobe ]</font>

Top
#139115 - 04/23/01 12:55 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Yobe Offline
Junior Member

Registered: 04/21/01
Posts: 4
OK I did a bit of comparing syntax's and i came up with my own hack, and it works. Yay... Dont clap too hard, I was sleepy when I did this and I think the lord had some help to it..

But for:

***************************
cp_common.pl (template)
***************************

FIND:

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_config&r=$ran> - Configuratio
n Settings</option>");




You would actualy look for:

tempMenu.addItem(new NavBarMenuItem("Configuration Settings", "$vars_config{CGIURL}/cp.cgi?ubb=vars_config&r=$ran"));



ABOVE PUT:

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=vars_avatar&r=$ran> - Avatar Setti
ngs</option>");



and ABOVE THIS PUT

tempMenu.addItem(new NavBarMenuItem("Avatar Settings", "$vars_config{CGIURL}/cp.cgi?ubb=vars_avatar&r=$ran"));


For
FIND (this occurs TWICE; do this hack TWICE):

document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=prune&r=$ran> - Prune Posts</optio
n>");


You would actualy find

tempMenu.addItem(new NavBarMenuItem("Prune Posts", "$vars_config{CGIURL}/cp.cgi?ubb=prune&r=$ran"));


And ABOVE PUT:

OLD
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=manage_avatar&r=$ran> - Manage Ava
tars</option>");


NEW

tempMenu.addItem(new NavBarMenuItem("Manage Avatars", "$vars_config{CGIURL}/cp.cgi?ubb=manage_avatar&r=$ran"));


I hope this helps somone down the road

Top
#139116 - 04/23/01 09:35 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Yobe, either you're using an illegal version of UBB or you're license expired because ALL gold versions of UBB 6 don't use DHTML for the Menu.

qasic
_________________________

Top
#139117 - 04/23/01 09:37 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
Clueless, if hacking is truly correct, I'll need to look @ your board personally. E-mail me: 1) URL to your board, 2) Admin l/p to your board, 3) FTP info for you board, and 4) FTP l/p

qasic
_________________________

Top
#139118 - 04/24/01 09:22 AM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
ComaRiot Offline
Junior Member

Registered: 04/23/01
Posts: 18
hey qasic,

i got the same problem indiCa mentioned on page 1. AND i have not forgotten that bit of code u mentioned below wink any other suggestions ?! confused

Top
#139119 - 04/24/01 01:00 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
ComaRiot,

You'll have to be a bit more descriptive in your description of the problem.

Thx.

q
_________________________

Top
#139120 - 04/24/01 04:20 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
Krmge Offline
Junior Member

Registered: 04/23/01
Posts: 14
great, thanks

Top
#139121 - 04/24/01 10:04 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
FDSA Offline
Junior Member

Registered: 03/22/01
Posts: 26
qasic, great hack. after i translated everything to english and fixed a few things in avatarlist.cgi it worked perfectly! laugh

Top
#139122 - 04/24/01 11:25 PM Re: [6.0x] Avatar Hack v0.0007e *FINAL* [Finished]
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
FDSA, what sort of fixes do you mean about avatarlist.cgi? Thanks in Advance.

q
_________________________

Top
Page 3 of 25 < 1 2 3 4 5 ... 24 25 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks